home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 282 < prev    next >
Encoding:
Text File  |  1996-08-05  |  539 bĀ   |  21 lines

  1. Path: stud.cs.uit.no!odu
  2. From: odu@stud.cs.uit.no (O.O)
  3. Newsgroups: comp.lang.c++
  4. Subject: Translate C++ to C
  5. Date: 3 Jan 1996 15:26:00 GMT
  6. Organization: University of Troms°, Norway
  7. Sender: odu@stud.cs.uit.no (Obiajulu Odu)
  8. Distribution: world
  9. Message-ID: <4ce768$5iu@news.uit.no>
  10. NNTP-Posting-Host: hstud3.cs.uit.no
  11.  
  12. Could C/C++ gurus translate the following  C++ to C.
  13.  
  14. 1)    Comp ->set(Ts :: execute, flow ->GetId(), 
  15.                  Ts :: abs, x);
  16.                  
  17. 2)    Ts  *kflow = new Ts(2);                          
  18.  
  19.  
  20. -- Obi
  21.